<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  min-width: 1200px;
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img,
iframe {
  border: 0px;
}
em,
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {
  color: #e74037;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.hide {
  display: none !important;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #23a5d9;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  transition: all ease 300ms;
}
.noease,
.noease * {
  transition: none;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/***************top and bottom css*********************/
.top_main {
  width: 100%;
  position: relative;
  z-index: 999;
  background: #333b4a;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid #dddddd;
}
.top_main .top {
  position: relative;
}
.top_main p {
  float: left;
  width: 42%;
}
.top_main .top_r {
  float: right;
  width: 50%;
  text-align: right;
}
.top_main .top_r li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin-left: 15px;
  color: #fff;
}
.top_main .top_r li a {
  color: #fff;
  cursor: pointer;
}
.top_main .top_r li a:hover {
  color: #23a5d9;
}
.top_main .top_r li s {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-position: 0 0;
}
.top_main .top_r li.mobile {
  position: relative;
  cursor: pointer;
}
.top_main .top_r li.mobile s {
  background-position: 4px 1px;
}
.top_main .top_r li.mobile .box {
  width: 100px;
  height: 100px;
  border: 5px solid #eee;
  position: absolute;
  left: -23px;
  top: 40px;
  z-index: 88;
  display: none;
  background: #eee;
}
.top_main .top_r li.mobile .box img {
  width: 100%;
  height: 100%;
  display: block;
}
.top_main .top_r li.mobile:hover .box {
  display: block;
}
.top_main .top_r li.map s {
  background-position: -16px 1px;
}
.top_main .top_r li.tel s {
  background-position: -35px 1px;
}
.top_main .top_r li.sou {
  width: 40px;
  height: 40px;
  vertical-align: top;
  border-left: 1px solid #4c5058;
  border-right: 1px solid #4c5058;
  position: relative;
  margin-left: 12px;
  *margin-left: 0;
}
.top_main .top_r li.sou a {
  height: 29px;
  padding-top: 11px;
  display: block;
}
.top_main .top_r li.sou s {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  background-position: -125px -115px;
}
.top_main .top_r li.sou.hover {
  background-color: #23a5d9;
}
.top_main .top_r li.sou.hover s {
  background-position: -88px -140px;
}
.top_main .top_r li.sou.hover .search {
  height: 40px;
}
.top_main .search {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 40px;
  background: #23a5d9;
  z-index: 999;
  height: 0;
  overflow: hidden;
  transition: all ease 300ms;
}
.top_main .search .stxt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  float: left;
  background: none;
  border: 0px;
  outline: none;
  color: #fff;
}
.top_main .search .sbtn {
  width: 25px;
  height: 20px;
  position: absolute;
  outline: none;
  cursor: pointer;
  right: 5px;
  top: 9px;
  background-position: -125px -115px;
}
/*header_main*/
.header_main {
  width: 100%;
  height: 104px;
  position: relative;
  z-index: 998;
  background: #fff;
}
.header_main .logo_main {
  width: 350px;
  height: 80px;
  float: left;
  padding-top: 12px;
}
.header_main .logo_main img {
  display: block;
  height: 80px;
}
.header_main .webtel {
  width: 218px;
  padding-top: 26px;
  line-height: 24px;
  margin-left: 20px;
  float: right;
  white-space: nowrap;
}
.header_main .webtel s {
  width: 16px;
  height: 18px;
  margin: 0 4px 0 0;
  background-position: 0 -17px;
}
.header_main .webtel span {
  display: block;
  color: #999999;
}
.header_main .webtel strong {
  color: #23a5d9;
  font-size: 28px;
  line-height: 30px;
  display: block;
  font-family: arial;
}
/*nav_main*/
.nav_main {
  width: 100%;
  height: 79px;
  line-height: 79px;
  min-width: 1336px;
  position: relative;
  z-index: 100;
  background: url(../images/navbg.png) no-repeat center top;
}
.nav_main .list {
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.nav_main li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 79px;
  line-height: 79px;
  position: relative;
  padding: 0 0 0 15px;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  background: url(../images/navlibg.png) no-repeat center left;
}
.nav_main li:first-child {
  background-image: none;
  padding-left: 0;
}
.nav_main li a {
  display: block;
  height: 100%;
  padding: 0 52px 0 52px;
  position: relative;
}
.nav_main li:hover &gt; a,
.nav_main li.hover &gt; a {
  color: #fff;
  background: url(../images/nav-lihover.png) no-repeat center center;
}
.nav_main .sub-box {
  background: #23a5d9;
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
}
.nav_main .sub-box a {
  color: #fff;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  transition: all ease 300ms;
}
.nav_main .sub-box a:hover {
  background: #23d9bd;
}
/*footer_main*/
.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}
.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center;
  transition: all ease 300ms;
}
.ewmbox .close:hover {
  transform: rotate(180deg);
}
.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}
.footer_main {
  width: 100%;
  background: #333b4a;
  padding: 48px 0 0;
  color: #999999;
}
.footer_main a {
  color: #999999;
}
.footer_main a:hover {
  color: #fff;
}
.footer_main .bnav {
  height: 90px;
  line-height: 90px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #666666;
}
.footer_main .bnav .list {
  width: 105%;
  position: relative;
}
.footer_main .bnav span {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}
.footer_main .bnav a {
  font-size: 16px;
  margin: 0 43px;
}
.footer_main .footer {
  padding: 52px 0 55px;
}
.footer_main .footer .tit {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin-bottom: 22px;
}
.footer_main .blink {
  width: 314px;
}
.footer_main .blink .list li {
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  border-radius: 100%;
  background: #999da5;
  transition: all ease 300ms;
}
.footer_main .blink .list li a {
  width: 100%;
  height: 100%;
  display: block;
}
.footer_main .blink .list li s {
  width: 100%;
  height: 100%;
  background-position: 6px -69px;
}
.footer_main .blink .list li.weixin s {
  background-position: -34px -69px;
}
.footer_main .blink .list li.weixin .box {
  bottom: 36px;
  left: -34px;
  position: absolute;
  width: 90px;
  height: 90px;
  background: #eee;
  padding: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.footer_main .blink .list li.weixin .box img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer_main .blink .list li.weibo s {
  background-position: -74px -69px;
}
.footer_main .blink .list li:hover {
  background-color: #23a5d9;
  overflow: visible;
}
.footer_main .blink .list li:hover .box {
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer_main .baddress {
  width: 278px;
}
.footer_main .baddress p {
  color: #999999;
  position: relative;
  padding-left: 26px;
  line-height: 24px;
}
.footer_main .baddress p s {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -4px;
  top: 3px;
  background-position: -54px 3px;
}
.footer_main .baddress p s.s1 {
  background-position: -106px -32px;
}
.footer_main .baddress p s.s2 {
  background-position: -130px -30px;
}
.footer_main .baddress.baddress1 {
  margin-right: 128px;
}
.footer_main .erwm {
  float: right;
  width: 90px;
  height: 90px;
  padding: 4px;
  border: 1px solid #ffffff;
}
.footer_main .erwm img {
  width: 90px;
  height: 90px;
  display: block;
}
.footer_main .copyright {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 12px;
  margin-top: 40px;
  background: #1a1a1a;
}
.footer_main .copyright a {
  color: #666666;
}
.footer_main .copyright a:hover {
  color: #fff;
}
/***********top and bottom css end***********/
.indexMore {
  width: 298px;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #23a5d9;
  text-align: center;
  font-size: 18px;
  display: block;
  transition: all ease 300ms;
}
.indexMore:hover {
  background: #23a5d9;
  color: #fff;
}
/*prolist*/
.prolist {
  width: 105%;
  position: relative;
}
.prolist .item {
  width: 286px;
  height: 365px;
  float: left;
  margin-right: 18px;
  margin-bottom: 24px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.prolist .item a {
  width: 100%;
  height: 265px;
  display: block;
}
.prolist .item img {
  width: 280px;
  height: 280px;
  display: block;
  background: #fff;
  margin: 3px auto 0;
}
.prolist .item h3 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  width: 100%;
  color: #333;
  border-top: 1px solid #f0f0f0;
}
.prolist .item h4 {
  font-size: 12px;
  color: #666;
}
.prolist .item:hover {
  background: #23a5d9;
}
.prolist .item:hover h3 {
  border-color: #23a5d9;
}
.prolist .item:hover h3,
.prolist .item:hover h4 {
  color: #fff;
}
.gridlist {
  width: 105%;
  position: relative;
}
.gridlist .item {
  width: 283px;
  height: 208px;
  float: left;
  border: 1px solid #dcdcdc;
  margin: 0 20px 20px 0;
  border-radius: 6px;
  overflow: hidden;
}
.gridlist .item img {
  width: 285px;
  height: 160px;
  display: block;
}
.gridlist .item h3 {
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  overflow: hidden;
}
/*caselist*/
.caselist {
  width: 105%;
}
.caselist .item {
  width: 380px;
  float: left;
  margin: 0 27px 30px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.caselist .item a {
  width: 100%;
  display: block;
}
.caselist .item img {
  width: 100%;
  height: 214px;
  margin-bottom: 16px;
  transition: all ease 300ms;
  display: block;
}
.caselist .item h3 {
  font-size: 16px;
  transition: all ease 300ms;
  color: #333;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.caselist .item .line {
  width: 69px;
  transition: all ease 300ms;
  height: 1px;
  display: block;
  margin: 12px 20px 20px;
  background: #999;
}
.caselist .item .txt {
  line-height: 26px;
  height: 104px;
  margin: 0 20px;
  overflow: hidden;
  color: #666;
}
.caselist .item:hover img {
  filter: brightness(105%);
}
.caselist .item:hover h3 {
  color: #23a5d9;
}
.caselist .item:hover .line {
  width: 100px;
  background: #23a5d9;
}
.logolist {
  width: 105%;
}
.logolist .item {
  width: 278px;
  float: left;
  margin: 0 27px 30px 0;
  border: 1px solid #ddd;
}
.logolist .item a {
  width: 100%;
  display: block;
}
.logolist .item img {
  width: 100%;
  height: 156px;
  transition: all ease 300ms;
  display: block;
}
.logolist .item h3 {
  font-size: 16px;
  transition: all ease 300ms;
  color: #333;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #ddd;
}
.logolist .item:hover img {
  filter: brightness(105%);
}
.logolist .item:hover h3 {
  color: #23a5d9;
}
.logolist .item:hover .line {
  width: 100px;
  background: #23a5d9;
}
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner {
  width: 100%;
  min-width: 1000px;
  padding: 31.25% 0 0;
  top: -30px;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.banner .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner li a {
  width: 100%;
  display: block;
  height: 100%;
}
.banner li img {
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.banner .tip {
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 10;
  text-align: center;
}
.banner .tip span {
  width: 52px;
  height: 2px;
  margin: 0 8px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  transition: all ease 300ms;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.banner .tip span.cur {
  width: 90px;
  background: #55ecca;
}
.banner .prev,
.banner .next {
  width: 36px;
  height: 80px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -40px;
  background: url(../images/banner-ico.png) no-repeat 6px 4px;
  cursor: pointer;
}
.banner .prev {
  left: 80px;
}
.banner .prev:hover {
  background-position: 6px -98px;
}
.banner .next {
  right: 80px;
  background-position: -88px 4px;
}
.banner .next:hover {
  background-position: -88px -98px;
}
/***********index css ***********/
.indexTit {
  text-align: center;
  margin-bottom: 50px;
}
.indexTit span {
  color: #23a5d9;
}
.indexTit h3 {
  font-size: 48px;
  color: #333333;
  line-height: 50px;
  font-weight: bold;
}
.indexTit p {
  font-size: 16px;
  padding: 15px 0 0;
}
.index {
  width: 100%;
  position: relative;
  z-index: 20;
}
.index .floor_1 {
  padding: 50px 0;
  height: 650px;
}
.index .floor_1 .list {
  width: 100%;
  position: relative;
}
.index .floor_1 .list .img {
  width: 530px;
  height: 530px;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 10;
}
.index .floor_1 .list .img img {
  width: 100%;
}
.index .floor_1 .list .item {
  width: 468px;
  padding-left: 152px;
  margin-bottom: 48px;
  position: relative;
  cursor: pointer;
}
.index .floor_1 .list .item .num {
  width: 120px;
  border-right: 1px solid #dddddd;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  background: url(../images/num-ico.png) no-repeat -2px 5px;
}
.index .floor_1 .list .item h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all ease 300ms;
}
.index .floor_1 .list .item .txt {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.index .floor_1 .list .item.a2 {
  margin-left: 82px;
}
.index .floor_1 .list .item.a2 .num {
  background-position: -2px -108px;
}
.index .floor_1 .list .item.a3 .num {
  background-position: -2px -218px;
}
.index .floor_1 .list .item.a4 {
  margin-left: 82px;
}
.index .floor_1 .list .item.a4 .num {
  background-position: -2px -331px;
}
.index .floor_1 .list .item:hover h3 {
  color: #23a5d9;
}
.index .iadvan {
  width: 100%;
}
.index .iadvan .iadvanCon {
  width: 100%;
  height: 575px;
  position: relative;
  overflow: hidden;
  background: url(../images/iadvanbg.png) no-repeat center 440px;
}
.index .iadvan .iadvanCon .img {
  width: 54%;
  position: relative;
  height: 575px;
  overflow: hidden;
}
.index .iadvan .iadvanCon .img img {
  position: absolute;
  left: 0;
  top: 0;
}
.index .iadvan .iadvanCon .line {
  width: 30px;
  height: 2px;
  background: #23a5d9;
  position: absolute;
  left: 54%;
  top: 21px;
  display: block;
}
.index .iadvan .iadvanCon .btn {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #23a5d9;
  color: #fff;
  position: absolute;
  left: 54%;
  bottom: 0;
  z-index: 99;
}
.index .iadvan .iadvanCon .btn:hover {
  background: #23d9bd;
}
.index .iadvan .iadvanCon .title {
  position: absolute;
  left: 54%;
  top: 0;
  padding-left: 40px;
}
.index .iadvan .iadvanCon .title h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.index .iadvan .iadvanCon .title h3 span {
  font-size: 48px;
  color: #23a5d9;
}
.index .iadvan .iadvanCon .title p {
  font-size: 20px;
}
.index .iadvan .iadvanCon .list {
  left: 54%;
  top: 150px;
  width: 500px;
  padding-left: 42px;
  position: absolute;
}
.index .iadvan .iadvanCon .list li {
  width: 159px;
  margin-right: 15px;
  padding-left: 65px;
  position: relative;
  float: left;
  height: 96px;
  font-size: 16px;
  line-height: 24px;
}
.index .iadvan .iadvanCon .list li img {
  width: 64px;
  height: 64px;
  position: absolute;
  left: -5px;
  top: -8px;
  display: block;
}
.index .floor_3 {
  padding: 60px 0;
  height: 588px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index .floor_3 .floor_3_right {
  width: 525px;
  height: 588px;
  float: right;
  position: relative;
}
.index .floor_3 .floor_3_right .bg {
  width: 884px;
  height: 582px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/imsgbg.jpg) no-repeat center top;
}
.index .floor_3 .floor_3_right .con {
  position: relative;
  z-index: 10;
  padding-left: 60px;
}
.index .floor_3 .floor_3_right h3 {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
  padding: 35px 0 0;
}
.index .floor_3 .floor_3_right .t {
  width: 100%;
  color: #fff;
  padding: 13px 0 16px;
  font-size: 22px;
  border-bottom: 1px solid #67bde1;
}
.index .floor_3 .floor_3_right .t span {
  color: #23d9bd;
  margin-left: 22px;
}
.index .floor_3 .floor_3_right .list {
  padding: 60px 0 50px;
}
.index .floor_3 .floor_3_right .list li {
  color: #fff;
  margin-bottom: 40px;
}
.index .floor_3 .floor_3_right .list li s {
  width: 45px;
  height: 45px;
  margin-right: 16px;
  background-color: #23d9bd;
  border-radius: 7px;
  background-position: 9px -105px;
}
.index .floor_3 .floor_3_right .list li.a2 s {
  background-position: -38px -107px;
}
.index .floor_3 .floor_3_right .txtcon {
  padding-left: 80px;
  position: relative;
}
.index .floor_3 .floor_3_right .txtcon img {
  width: 76px;
  height: 86px;
  position: absolute;
  left: -10px;
  top: 10px;
  display: block;
}
.index .floor_3 .floor_3_right .txtcon .p1 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.index .floor_3 .floor_3_right .txtcon s {
  width: 30px;
  height: 17px;
  margin: 10px 0 8px;
  background-position: -80px 0;
}
.index .floor_3 .floor_3_right .txtcon .txt {
  line-height: 24px;
  color: #fff;
}
.index .floor_3 .floor_3_right .msg {
  width: 178px;
  height: 275px;
  padding: 25px 36px 0;
  position: absolute;
  background: #fff;
  border-radius: 7px;
  left: 273px;
  top: 169px;
}
.index .floor_3 .floor_3_right .msg .item {
  padding-left: 45px;
  position: relative;
  height: 34px;
  line-height: 34px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}
.index .floor_3 .floor_3_right .msg .item .t {
  width: 42px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  padding: 0;
  color: #999999;
  border: 0px;
}
.index .floor_3 .floor_3_right .msg .item .txt {
  outline: none;
  width: 98%;
  height: 34px;
  line-height: 34px;
  display: block;
}
.index .floor_3 .floor_3_right .msg .item .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.index .floor_3 .floor_3_right .msg .item.text {
  padding-left: 0;
  height: 80px;
  margin-bottom: 35px;
}
.index .floor_3 .floor_3_right .msg .item.text .t {
  position: absolute;
  left: 0;
  top: 0;
}
.index .floor_3 .floor_3_right .msg .item.text textarea {
  width: 100%;
  height: 64px;
  outline: none;
  padding: 8px 0;
  resize: none;
  text-indent: 45px;
  overflow: hidden;
  border: 0px;
  font-family: "微软雅黑";
  color: #333;
}
.index .floor_3 .floor_3_right .msg .btn {
  width: 178px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background: #23a5d9;
  border-radius: 5px;
  display: block;
}
.index .floor_3 .floor_3_right .msg .btn:hover {
  background: #23d9bd;
}
.index .floor_3 .floor_3_left {
  width: 574px;
  position: relative;
  padding-left: 66px;
  float: left;
  background: url(../images/iservicebg.png) no-repeat right top;
}
.index .floor_3 .floor_3_left .title {
  padding-top: 35px;
}
.index .floor_3 .floor_3_left .title s.icon {
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  height: 34px;
  display: block;
  background-position: -108px -60px;
}
.index .floor_3 .floor_3_left .title h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.index .floor_3 .floor_3_left .title h3 span {
  color: #23a5d9;
  font-size: 48px;
}
.index .floor_3 .floor_3_left .title p {
  font-size: 20px;
  color: #333;
}
.index .floor_3 .floor_3_left .title p .line {
  width: 20px;
  height: 2px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  background: #23d9bd;
}
.index .floor_3 .floor_3_left .list {
  width: 100%;
  padding: 55px 0 15px;
}
.index .floor_3 .floor_3_left .list li {
  width: 140px;
  height: 75px;
  position: relative;
  padding: 20px 0 0 75px;
  border-radius: 5px;
  float: left;
  margin: 0 25px 25px 0;
  color: #fff;
  background: #23a5d9;
  cursor: pointer;
}
.index .floor_3 .floor_3_left .list li h3 {
  font-size: 20px;
}
.index .floor_3 .floor_3_left .list li img {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 6px;
  top: 17msgpx;
}
.index .floor_3 .floor_3_left .list li.a2 s {
  background-position: -68px center;
}
.index .floor_3 .floor_3_left .list li.a3 s {
  background-position: -141px center;
}
.index .floor_3 .floor_3_left .list li.a4 s {
  background-position: -210px center;
}
.index .floor_3 .floor_3_left .list li.a5 s {
  background-position: -284px center;
}
.index .floor_3 .floor_3_left .list li.a6 s {
  background-position: -356px center;
}
.index .floor_3 .floor_3_left .list li:hover {
  box-shadow: 0 5px 8px rgba(35, 165, 217, 0.3);
}
.index .floor_3 .floor_3_left .telbtn {
  width: 456px;
}
.index .floor_3 .floor_3_left .telbtn .tel {
  color: #23a5d9;
  line-height: 22px;
}
.index .floor_3 .floor_3_left .telbtn .tel span {
  display: block;
}
.index .floor_3 .floor_3_left .telbtn .tel p {
  font-size: 20px;
  font-family: arial;
}
.index .floor_3 .floor_3_left .telbtn .tel p s {
  width: 16px;
  height: 20px;
  margin-right: 6px;
  background-position: -18px -18px;
}
.index .floor_3 .floor_3_left .telbtn .btn {
  width: 126px;
  height: 31px;
  margin-top: 8px;
  display: block;
  float: right;
  line-height: 31px;
  text-align: center;
  border: 2px solid #333333;
  border-radius: 4px;
}
.index .floor_3 .floor_3_left .telbtn .btn s {
  width: 16px;
  height: 18px;
  margin-right: 6px;
  background-position: -40px -18px;
}
.index .floor_3 .floor_3_left .telbtn .btn:hover {
  border-color: #23a5d9;
}
.index .floor_4 {
  padding: 70px 0 65px;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.index .floor_4 .newsmore {
  width: 210px;
  height: 50px;
  line-height: 50px;
  transition: all ease 300ms;
  background: #23a5d9;
  border-radius: 30px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
}
.index .floor_4 .newsmore s {
  width: 32px;
  height: 35px;
  margin: 0 38px 0 10px;
  background-position: -69px -28px;
}
.index .floor_4 .newsmore:hover {
  box-shadow: 0 5px 8px rgba(35, 165, 217, 0.3);
}
.index .floor_4 .icase {
  width: 1200px;
  height: 313px;
  position: relative;
  overflow: hidden;
  background: url(../images/ikehubg.jpg) no-repeat center center;
}
.index .floor_4 .icase .prev,
.index .floor_4 .icase .next {
  width: 58px;
  height: 44px;
  padding: 12px 0 0;
  position: absolute;
  z-index: 99;
  bottom: 21px;
  background: #f3f3f3;
  border: 1px solid #23a5d9;
  cursor: pointer;
}
.index .floor_4 .icase .prev s,
.index .floor_4 .icase .next s {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background: url(../images/icase-ico.png) no-repeat 0 center;
}
.index .floor_4 .icase .prev {
  left: 447px;
  border-right: 0;
  background: #23a5d9;
}
.index .floor_4 .icase .prev s {
  background-position: 7px center;
}
.index .floor_4 .icase .next {
  left: 505px;
  border-left: 0;
}
.index .floor_4 .icase .next s {
  background-position: -51px center;
}
.index .floor_4 .icase .list {
  width: 500%;
  position: relative;
}
.index .floor_4 .icase .item {
  width: 552px;
  height: 243px;
  padding: 70px 0 0 648px;
  display: block;
  float: left;
  position: relative;
}
.index .floor_4 .icase .item img {
  width: 485px;
  height: 272px;
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  transition: all ease 300ms;
}
.index .floor_4 .icase .item .num {
  position: absolute;
  left: 556px;
  top: 50px;
  font-size: 48px;
  line-height: 48px;
  color: #23d9bd;
  font-weight: normal;
}
.index .floor_4 .icase .item h3 {
  font-size: 24px;
  margin-bottom: 22px;
  color: #333;
}
.index .floor_4 .icase .item .txt {
  width: 508px;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  color: #333333;
}
.index .floor_4 .icase .item .more {
  color: #666666;
}
.index .floor_4 .icase .item .more s {
  width: 24px;
  height: 14px;
  transition: all ease 300ms;
  margin-left: 8px;
  background-position: -158px 0;
}
.index .floor_4 .icase .item:hover img {
  filter: brightness(105%);
}
.index .floor_4 .icase .item:hover h3 {
  color: #23a5d9;
}
.index .floor_4 .icase .item:hover .more s {
  margin-left: 16px;
}
.index .floor_4 .icooper {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.index .floor_4 .icooper .list {
  position: relative;
  width: 105%;
  padding: 62px 0 0;
}
.index .floor_4 .icooper li {
  width: 223px;
  height: 125px;
  border: 1px solid #dddddd;
  float: left;
  margin: 0 18px 19px 0;
  background: #fff;
  overflow: hidden;
}
.index .floor_4 .icooper li a,
.index .floor_4 .icooper li img {
  width: 100%;
  display: block;
}
.index .floor_4 .icooper li:hover {
  border-color: #23a5d9;
}
.index .inews {
  padding: 75px 0 80px;
}
.index .inews .newslist {
  padding-bottom: 20px;
}
.index .inews .newsmore {
  width: 210px;
  height: 50px;
  line-height: 50px;
  transition: all ease 300ms;
  background: #23a5d9;
  border-radius: 30px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
}
.index .inews .newsmore s {
  width: 32px;
  height: 35px;
  margin: 0 38px 0 10px;
  background-position: -69px -28px;
}
.index .inews .newsmore:hover {
  box-shadow: 0 5px 8px rgba(35, 165, 217, 0.3);
}
.newslist {
  width: 106%;
}
.newslist .item {
  width: 380px;
  float: left;
  border-radius: 6px;
  margin: 0 30px 30px 0;
  transition: all ease 300ms;
}
.newslist .item a {
  width: 100%;
  display: block;
}
.newslist .item img {
  width: 100%;
  height: 214px;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: all ease 300ms;
}
.newslist .item .txtcon {
  border: 1px solid #dddddd;
  padding: 30px 20px 25px;
  transition: all ease 300ms;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 0px;
}
.newslist .item .txtcon h3 {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  margin-bottom: 15px;
  transition: all ease 300ms;
}
.newslist .item .txtcon .txt {
  line-height: 24px;
  color: #999999;
  height: 48px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all ease 300ms;
}
.newslist .item .txtcon .dec {
  color: #999;
  transition: all ease 300ms;
}
.newslist .item .txtcon .dec .more s {
  width: 24px;
  height: 23px;
  margin-left: 8px;
  background-position: 0 -42px;
  transition: all ease 300ms;
}
.newslist .item:hover {
  background: #23a5d9;
  box-shadow: 0 5px 8px rgba(35, 165, 217, 0.3);
}
.newslist .item:hover img {
  filter: brightness(110%);
}
.newslist .item:hover .txtcon {
  border-color: #23a5d9;
}
.newslist .item:hover h3,
.newslist .item:hover .txt,
.newslist .item:hover .dec {
  color: #fff;
}
.newslist .item:hover .dec .more s {
  background-position: -32px -42px;
}
/**********index css end**********/
/*prolist*/
.prolist {
  width: 105%;
}
.prolist .item {
  width: 380px;
  float: left;
  margin: 0 25px 30px 0;
  border: 1px solid #eee;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
}
.prolist .item a {
  width: 100%;
  display: block;
}
.prolist .item img {
  width: 380px;
  height: 285px;
  display: block;
}
.prolist .item h3 {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
}
.prolist .item .bg {
  position: absolute;
  width: 380px;
  padding-top: 134px;
  height: 151px;
  left: -380px;
  top: 0;
  z-index: 10;
  background: url(../images/blue80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.prolist .item .bg s {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-position: -104px -12px;
}
.prolist .item:hover {
  background: #666;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.prolist .item:hover h3 {
  color: #fff;
}
.prolist .item:hover .bg {
  left: 0;
}
.gridlist {
  width: 105%;
  position: relative;
}
.gridlist .item {
  width: 283px;
  float: left;
  border: 1px solid #dcdcdc;
  margin: 0 20px 20px 0;
  overflow: hidden;
}
.gridlist .item a {
  width: 100%;
  display: block;
}
.gridlist .item img {
  width: 283px;
  height: 212px;
  border-bottom: 1px solid #dcdcdc;
  display: block;
}
.gridlist .item h3 {
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  overflow: hidden;
}
.gridlist .item:hover {
  border-color: #23a5d9;
}
.gridlist .item:hover h3 {
  color: #23a5d9;
}
.gridlist.gridlist9 .item img {
  width: 283px;
  height: 161px;
}
.cooperlist {
  width: 105%;
  position: relative;
}
.cooperlist .item {
  width: 283px;
  float: left;
  border: 1px solid #dcdcdc;
  margin: 0 20px 20px 0;
  overflow: hidden;
  transition: all ease 300ms;
}
.cooperlist .item a {
  width: 100%;
  display: block;
}
.cooperlist .item img {
  width: 283px;
  height: 212px;
  display: block;
  border-bottom: 1px solid #dcdcdc;
}
.cooperlist .item h3 {
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  overflow: hidden;
}
.cooperlist .item:hover {
  border-color: #23a5d9;
}
.cooperlist .item:hover h3 {
  color: #23a5d9;
}
/************content************/
.nyIcon {
  background: url(../images/nyIcon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.nbody .header_main {
  position: relative;
}
/*wrapper*/
.noinfo {
  width: 100%;
  padding: 0 3%;
}
.noinfo img {
  display: block;
  margin: 0 auto;
}
.wrapper {
  padding: 0 0 36px;
  position: relative;
  min-height: 750px;
}
/* loaction */
.location {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.location .sitepath {
  color: #666666;
  float: right;
}
.location .sitepath a {
  color: #666666;
}
.location .sitepath a:hover {
  color: #23a5d9;
}
.location .menu {
  height: 50px;
  line-height: 50px;
  width: 50%;
  float: left;
}
.location .menu a {
  height: 50px;
  line-height: 50px;
  color: #333;
  transition: all ease 300ms;
  display: block;
  position: relative;
  float: left;
  margin-right: 35px;
  font-size: 16px;
}
.location .menu a s {
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #23a5d9;
  transition: all ease 300ms;
}
.location .menu a.hover,
.location .menu a:hover {
  color: #23a5d9;
}
.location .menu a.hover s,
.location .menu a:hover s {
  width: 42px;
}
/* reLink */
.reLink {
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  border: 1px solid #dddddd;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a {
  display: block;
  transition: all ease 300ms;
}
.reLink a:hover {
  color: #23a5d9;
}
/* pager */
.pager {
  padding: 30px 0 15px;
  text-align: center;
  *padding-top: 50px;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager {
  *zoom: 1;
}
.pager p {
  height: 26px;
  line-height: 26px;
  float: left;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pager ul a {
  margin: 0 5px;
  padding: 0 13px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
}
.pager ul a.current {
  background-color: #23a5d9;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #23a5d9;
  color: #fff;
}
.pager ul a:hover {
  background: #23a5d9;
  color: #fff;
}
/*n-gridlist*/
.n-gridlist {
  width: 105%;
}
.n-gridlist .item {
  width: 380px;
  float: left;
  margin: 0 30px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.n-gridlist .item a {
  width: 100%;
  display: block;
}
.n-gridlist .item img {
  width: 380px;
  height: 285px;
  display: block;
}
.n-gridlist .item h3 {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
}
.n-gridlist .item .bg {
  position: absolute;
  width: 380px;
  padding-top: 116px;
  height: 169px;
  left: -380px;
  top: 0;
  z-index: 10;
  background: url(../images/red80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.n-gridlist .item .bg s {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-position: 0 -32px;
}
.n-gridlist .item:hover {
  background: #f5f5f5;
}
.n-gridlist .item:hover h3 {
  color: #23a5d9;
}
.n-gridlist .item:hover .bg {
  left: 0;
}
/*n-tit*/
.n-tit {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.n-tit h3 {
  line-height: 35px;
  font-size: 24px;
}
.n-tit s {
  width: 4px;
  height: 22px;
  margin-right: 15px;
  background: #23a5d9;
  display: inline-block;
  vertical-align: middle;
}
.n-tit .more {
  font-size: 16px;
}
/*relateNews*/
.relateNews {
  padding: 55px 0 0;
  width: 100%;
  overflow: hidden;
}
.relateNews .list {
  width: 120%;
}
.relateNews .list li {
  width: 567px;
  float: left;
  margin-right: 65px;
  margin-bottom: 20px;
}
.relateNews .list li a {
  display: block;
  width: 100%;
}
.relateNews .list li img {
  width: 200px;
  height: 113px;
  display: block;
  float: left;
  margin-right: 20px;
}
.relateNews .list li h3 {
  line-height: 24px;
  height: 48px;
  padding-top: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.relateNews .list li .txt {
  height: 72px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  margin-bottom: 6px;
}
.relateNews .list li .time {
  color: #999999;
  font-size: arial;
}
.relateNews .list li:hover h3 {
  color: #23a5d9;
}
.relateNews .logolist {
  width: 106%;
}
.relateNews .prolist {
  padding-left: 3px;
}
/*aboutPage*/
.aboutPage {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.aboutPage .txtcon img {
  max-width: 100%;
}
.aboutPage .mapArea {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
.aboutPage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
.messagePage .t2 {
  padding: 0 0 48px;
  text-align: center;
}
.messagePage .t2 .titb {
  font-size: 30px;
  margin-bottom: 16px;
}
.messagePage .t2 .txt {
  font-size: 14px;
  line-height: 24px;
}
.messagePage .t2 .txt span {
  font-weight: bold;
  color: #23a5d9;
}
.messagePage .tit4 {
  padding: 20px 0;
  text-align: center;
}
.formData {
  padding-bottom: 20px;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 583px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
.formData .item label {
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #cccccc;
}
.formData .item input {
  outline: none;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}
.formData .item .txt {
  width: 523px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: none;
  padding-left: 60px;
  border: 0 none;
  color: #333;
  font-size: 14px;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .item.mw .txt {
  width: 283px;
  padding-left: 95px;
}
.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 1198px;
  height: 180px;
  border: 1px solid #e5e5e5;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  top: 5px;
  display: block;
}
.formData .liuyan textarea {
  width: 1178px;
  height: 154px;
  line-height: 28px;
  padding: 10px 10px;
  text-indent: 60px;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 100%;
  float: left;
}
.formData .sub {
  width: 232px;
  height: - 4px;
  line-height: 38px;
  border: 2px solid #23a5d9;
  text-align: center;
  background: #23a5d9;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  transition: all ease 300ms;
  margin: 0 auto;
}
.formData .sub:hover {
  background: none;
  color: #23a5d9;
}
.formData .yzm {
  width: 432px;
}
.formData .yzm .txt {
  padding-left: 80px;
}
.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 0px;
  display: block;
}
.productPage {
  overflow: hidden;
  position: relative;
}
.productPage .gridlist,
.productPage .marketList {
  width: 105%;
}
/*newsPage*/
.newsPage {
  position: relative;
  overflow: hidden;
}
.newsPage .item {
  width: 1160px;
  margin: 0 auto;
  padding: 19px;
  height: 160px;
  margin-bottom: 40px;
  transition: all ease 300ms;
  border: 1px solid #ddd;
}
.newsPage .item a {
  width: 100%;
  display: block;
}
.newsPage .item img {
  width: 285px;
  height: 160px;
  display: block;
  margin-right: 45px;
}
.newsPage .item h3 {
  font-size: 18px;
  color: #333;
  padding: 30px 0 16px;
  transition: all ease 300ms;
}
.newsPage .item .txt {
  color: #666;
  line-height: 24px;
  height: 48px;
  padding-right: 94px;
  overflow: hidden;
}
.newsPage .item .time {
  width: 130px;
  padding-top: 28px;
  line-height: 24px;
  font-family: arial;
  font-size: 16px;
  color: #999;
}
.newsPage .item .time .day {
  font-size: 34px;
  line-height: 40px;
  display: block;
}
.newsPage .item .time s {
  width: 56px;
  height: 8px;
  display: block;
  margin-top: 20px;
  background-position: -88px -114px;
}
.newsPage .item:hover {
  border-color: #23a5d9;
}
.newsPage .item:hover h3 {
  color: #23a5d9;
}
.newsPage .searchlist .item img {
  width: auto;
  height: 150px;
}
/*showNews*/
.showNews {
  padding: 30px 0;
  width: 1200px;
  margin: 0 auto;
}
.showNews img {
  max-width: 100%;
}
.showNews .title {
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.showNews .mark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}
.showNews .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
.showNews .showContxt img {
  max-width: 100%;
}
.shareNew {
  padding-bottom: 25px;
}
/*showProduct*/
/*****showProduct****/
.showProduct .showImg {
  padding-bottom: 40px;
}
.showProduct .showImg .dimg {
  width: 500px;
  height: 283px;
  display: block;
  border: 1px solid #ddd;
}
.showProduct .photo {
  width: 502px;
  height: 310px;
}
.showProduct .photo .jqzoom {
  width: 502px;
  height: 450px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  cursor: pointer;
}
.showProduct .photo .zoomdiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
}
.showProduct .photo .jqZoomPup {
  z-index: 999;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #eee;
  background: #fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=50);
}
.showProduct .photo .img {
  width: 500px;
  height: 375px;
  display: block;
}
.showProduct .photo .bigimg {
  width: 500px;
  height: 375px;
  border: 1px solid #eee;
  display: block;
  position: relative;
  overflow: hidden;
}
.showProduct .photo .bigimg .list {
  width: 1000%;
  position: relative;
}
.showProduct .photo .bigimg .list li {
  width: 500px;
  height: 375px;
  float: left;
}
.showProduct .photo .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.showProduct .photo .photoimg {
  width: 500px;
  height: 56px;
  padding: 10px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/black50.png) repeat 0 0;
}
.showProduct .photo .photoimg .list {
  width: 424px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.showProduct .photo .photoimg .listcon {
  width: 300%;
  position: relative;
}
.showProduct .photo .photoimg .listcon li {
  width: 74px;
  height: 56px;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 12px;
}
.showProduct .photo .photoimg .listcon li img {
  width: 74px;
  height: 56px;
  display: block;
}
.showProduct .photo .photoimg .listcon li:hover img,
.showProduct .photo .photoimg .listcon li.on img {
  border: 2px solid #23d9bd;
  width: 70px;
  height: 52px;
}
.showProduct .photo .photoimg .prev,
.showProduct .photo .photoimg .next {
  width: 20px;
  height: 56px;
  z-index: 10;
  position: absolute;
  top: 10px;
  cursor: pointer;
  background: #f3f3f3 url(../images/show-pro-btn.png) no-repeat 0 center;
}
.showProduct .photo .photoimg .prev:hover,
.showProduct .photo .photoimg .next:hover {
  background-color: #ddd;
}
.showProduct .photo .photoimg .prev {
  left: 6px;
  background-position: 5px center;
}
.showProduct .photo .photoimg .next {
  right: 6px;
  background-position: -67px center;
}
.showProduct .imgtxtcon {
  width: 650px;
  float: left;
  position: relative;
  height: 283px;
}
.showProduct .imgtxtcon .tit {
  font-size: 24px;
  color: #000;
  padding: 0 25px 5px;
  line-height: 30px;
}
.showProduct .imgtxtcon .line {
  width: 55px;
  height: 3px;
  background: #23a5d9;
  display: block;
  margin: 18px 0 16px 28px;
}
.showProduct .imgtxtcon p {
  padding: 25px 0 0 25px;
  color: #999999;
  font-size: 12px;
}
.showProduct .imgtxtcon .tit2 {
  color: #666;
  padding: 0 25px;
  line-height: 28px;
  height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
}
.showProduct .imgtxtcon .tit2 strong {
  color: #333;
}
.showProduct .imgtxtcon .txt2 {
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  margin-left: 25px;
  margin-bottom: 20px;
}
.showProduct .imgtxtcon .txt2 strong {
  display: block;
  color: #333;
  margin-bottom: 3px;
}
.showProduct .imgtxtcon .txt3 {
  margin-left: 25px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 15px;
}
.showProduct .imgtxtcon .txt3 strong {
  color: #333;
}
.showProduct .imgtxtcon .txt {
  padding: 10px 25px 14px;
  line-height: 35px;
  background: #f1f1f1;
}
.showProduct .imgtxtcon .tel {
  margin: 0 25px;
  border-top: 1px dotted #ddd;
  padding: 20px 0;
}
.showProduct .imgtxtcon .tel span {
  color: #000;
  display: block;
}
.showProduct .imgtxtcon .tel strong {
  display: block;
  font-family: impact;
  color: #23a5d9;
  font-weight: normal;
  font-size: 40px;
  height: 46px;
  line-height: 46px;
}
.showProduct .imgtxtcon .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.showProduct .imgtxtcon .btn1,
.showProduct .imgtxtcon .btn2 {
  float: left;
  margin-right: 20px;
  font-size: 16px;
  transition: all ease 300ms;
  width: 135px;
  height: 38px;
  line-height: 38px;
  margin-left: 25px;
  text-align: center;
  color: #fff;
}
.showProduct .imgtxtcon .btn1:hover,
.showProduct .imgtxtcon .btn2:hover {
  background: #444;
}
.showProduct .imgtxtcon .btn1 {
  background: #23a5d9;
}
.showProduct .imgtxtcon .btn2 {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  background: #23d9bd;
}
.showProduct .showp_txt {
  padding-bottom: 20px;
}
.showProduct .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
.showProduct .showContxt img {
  max-width: 100%;
}
/*msgPage*/
.msgPage {
  padding: 55px 40px 55px;
  width: 1120px;
  margin: 0 auto;
  background: #fff;
}
/*searchPage*/
.searchPage {
  overflow: hidden;
}
.searchPage ul {
  width: 105%;
}
.searchPage .item {
  width: 280px;
  height: 274px;
  float: left;
  margin: 0 25px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
}
.searchPage .item a {
  width: 100%;
  display: block;
}
.searchPage .item img {
  width: 280px;
  height: auto;
  display: block;
}
.searchPage .item h3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
  background: #fff;
}
.searchPage .item .bg {
  position: absolute;
  width: 280px;
  padding-top: 86px;
  height: 124px;
  left: -280px;
  top: 0;
  z-index: 10;
  background: url(../images/red80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.searchPage .item .bg s {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-position: -22px 18px;
}
.searchPage .item:hover {
  background: #fff;
}
.searchPage .item:hover h3 {
  color: #fff;
  background: #333;
}
.searchPage .item:hover .bg {
  left: 0;
}
.jobPage {
  padding: 0 0 50px;
}
.jobPage .content {
  padding-top: 80px;
}
.jobPage .item {
  border: 1px solid #dcdcdc;
  border-left: 4px solid #23a5d9;
  padding: 10px 20px 0;
  margin-bottom: 20px;
  position: relative;
}
.jobPage .item .top {
  height: 65px;
  cursor: pointer;
}
.jobPage .item .top span {
  display: inline-block;
}
.jobPage .item .top span.sarry {
  margin-right: 36px;
}
.jobPage .item .top .time {
  color: #999;
}
.jobPage .item .top h3 {
  font-size: 18px;
  font-weight: normal;
}
.jobPage .item .top p {
  display: block;
  color: #666;
}
.jobPage .item .bottom {
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.jobPage .item .btn {
  width: 162px;
  height: 58px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: -18px;
  text-align: center;
  padding-right: 30px;
  line-height: 40px;
  color: #fff;
  background: url(../images/jobbtn.png) no-repeat 0 0;
  display: none;
}
.jobPage .item.hover .btn {
  display: block;
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}
@media (max-width: 1366px) {
  .rightFix {
    right: 8px;
  }
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  background: #ffffff url(../images/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 6px;
  background: #23a5d9;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #23a5d9;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 48px;
}
.rightFix .ico:hover {
  background-color: #23a5d9;
  border-color: #23a5d9;
  overflow: visible;
}
.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}
.rightFix .fix-tel {
  background-position: 11px 12px;
}
.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}
.rightFix .fix-qq {
  background-position: 11px -40px;
}
.rightFix .fix-qq:hover {
  background-position: -33px -40px;
}
.rightFix .fix-ewm {
  background-position: 11px -96px;
}
.rightFix .fix-ewm:hover {
  background-position: -33px -96px;
}
.rightFix .fix_top {
  background-position: 11px -150px;
}
.rightFix .fix_top:hover {
  background-position: -33px -150px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #23a5d9;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
/*questionPage*/
.questionPage .nybanner {
  width: 100%;
  height: 350px;
  line-height: 42px;
  position: relative;
  background-color: #f7f7f7;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}
.questionPage .nybanner .img {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  overflow: hidden;
}
.questionPage .nybanner .img img {
  width: 1920px;
  height: 350px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  display: block;
}
.questionPage .qmore {
  width: 210px;
  height: 50px;
  line-height: 50px;
  transition: all ease 300ms;
  background: #23a5d9;
  border-radius: 30px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
}
.questionPage .qmore s {
  width: 32px;
  height: 35px;
  margin: 0 38px 0 10px;
  background-position: -69px -28px;
}
.questionPage .qmore:hover {
  box-shadow: 0 5px 8px rgba(35, 165, 217, 0.3);
}
.questionPage .indexTit {
  padding: 45px 0 10px;
}
.questionPage .floor_1 {
  padding: 0 0 65px;
  background: #f7f7f7;
}
.questionPage .floor_1 .list {
  padding-bottom: 50px;
}
.questionPage .floor_1 .item {
  width: 352px;
  float: left;
  border-radius: 6px;
  margin-left: 70px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.questionPage .floor_1 .item:first-child {
  margin-left: 0;
}
.questionPage .floor_1 .item a {
  width: 100%;
  display: block;
}
.questionPage .floor_1 .item .imgcon img {
  width: 352px;
  height: 340px;
  display: block;
}
.questionPage .floor_1 .item .imgcon .bg {
  width: 352px;
  height: 340px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/block50.png) repeat 0 0;
}
.questionPage .floor_1 .item .imgcon .txt {
  width: 352px;
  height: 275px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 65px;
}
.questionPage .floor_1 .item .imgcon .txt .num {
  width: 90px;
  height: 58px;
  display: block;
  margin: 0 auto 30px;
  font-weight: bold;
  transition: all ease 300ms;
  color: #fff;
  font-size: 32px;
  font-family: arial;
  padding-top: 32px;
  background: url(../images/wen_floor_ico.png) no-repeat center center;
}
.questionPage .floor_1 .item .imgcon .txt h3 {
  padding: 0 64px;
  line-height: 42px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.questionPage .floor_1 .item .imgcon:hover .txt .num {
  margin-bottom: 24px;
}
.questionPage .floor_1 .item .btn {
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: #23a5d9;
  font-size: 24px;
  font-weight: bold;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #fff;
}
.questionPage .floor_1 .item .btn:hover {
  background: #23d9bd;
}
.questionPage .floor_2 {
  padding: 35px 0 70px;
}
.questionPage .floor_2 .list {
  padding-bottom: 65px;
}
.questionPage .floor_2 .item {
  width: 344px;
  float: left;
  height: 250px;
  padding-top: 30px;
  text-align: center;
  margin-left: 80px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  border-top: 15px solid #efefef;
  transition: all ease 300ms;
}
.questionPage .floor_2 .item:first-child {
  margin-left: 0;
}
.questionPage .floor_2 .item img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 8px;
}
.questionPage .floor_2 .item h3 {
  color: #333333;
  font-size: 20px;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.questionPage .floor_2 .item .txt {
  padding: 0 30px;
  line-height: 24px;
  color: #666666;
}
.questionPage .floor_2 .item:hover {
  border-top-color: #23d9bd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.questionPage .floor_3 {
  width: 100%;
  padding-bottom: 80px;
  background: #f7f7f7;
}
.questionPage .floor_3 .list {
  padding-bottom: 60px;
}
.questionPage .floor_3 .indexTit {
  padding: 70px 0 0;
}
.questionPage .floor_3 .item {
  width: 320px;
  float: left;
  margin-left: 120px;
}
.questionPage .floor_3 .item:first-child {
  margin-left: 0;
}
.questionPage .floor_3 .item a {
  display: block;
  width: 100%;
}
.questionPage .floor_3 .item .img {
  width: 240px;
  padding: 16px 19px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 6px;
}
.questionPage .floor_3 .item .img img {
  width: 130px;
  height: 100px;
  display: block;
  float: left;
}
.questionPage .floor_3 .item .img .num {
  width: 78px;
  height: 53px;
  padding-top: 25px;
  float: right;
  border-radius: 100%;
  display: block;
  border: 1px solid #dfdfdf;
  text-align: center;
  margin: 11px 0 0 0;
  color: #999999;
  font-weight: bold;
  font-size: 42px;
}
.questionPage .floor_3 .item .txtcon {
  padding-top: 20px;
}
.questionPage .floor_3 .item .txtcon h3 {
  border-bottom: 1px solid #23a5d9;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.questionPage .floor_3 .item .txtcon h3 s {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  background: #23a5d9;
}
.questionPage .floor_3 .item .txtcon .txt {
  line-height: 24px;
  color: #666666;
  height: 72px;
  overflow: hidden;
}
.questionPage .floor_3 .item.a2 .txtcon {
  padding: 0 0 20px;
}
.questionPage .floor_4 {
  padding-bottom: 70px;
}
.questionPage .floor_4 .indexTit {
  padding: 70px 0 0;
}
.questionPage .floor_4 .list {
  padding-bottom: 60px;
  text-align: center;
}
.questionPage .floor_4 .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 300px;
  margin: 0 15px;
}
.questionPage .floor_4 .item img {
  width: 200px;
  height: 220px;
  display: block;
  margin: 0 auto 15px;
}
.questionPage .floor_4 .item h3 {
  line-height: 40px;
  padding: 0 15px;
  height: 80px;
  overflow: hidden;
  font-weight: bold;
  color: #666666;
  font-size: 18px;
  text-align: center;
}
.questionPage .floor_4 .item .btn {
  width: 128px;
  height: 38px;
  line-height: 38px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  color: #666666;
  border: 1px solid #333333;
}
.questionPage .floor_4 .item .btn s {
  width: 24px;
  height: 20px;
  background-position: -88px -115px;
  margin-right: 8px;
}
.questionPage .floor_4 .item .btn:hover {
  border-color: #23a5d9;
  color: #23a5d9;
}
.questionPage .floor_5 {
  width: 100%;
  padding: 0 0 90px;
  background: url(../images/q_f5_bg.jpg) no-repeat center top;
}
.questionPage .floor_5 .indexTit {
  padding: 65px 0 0;
  margin-bottom: 38px;
}
.questionPage .floor_5 .w1200 {
  position: relative;
  height: 430px;
}
.questionPage .floor_5 .lanm {
  width: 458px;
  height: 393px;
  float: right;
  padding: 30px 0 0;
  background: url(../images/q_f5_bg2.png) no-repeat center top;
}
.questionPage .floor_5 .lanm img {
  width: 383px;
  max-height: 288px;
  display: block;
  margin: 0 auto 0;
  border-radius: 8px;
}
.questionPage .floor_5 .lanm h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 26px 37px 14px;
}
.questionPage .floor_5 .lanm .txt {
  padding: 0 27px 0 37px;
  color: #fff;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.questionPage .floor_5 .list {
  width: 750px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 388px;
  padding: 32px 10px 0 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.questionPage .floor_5 .list .item {
  width: 100%;
  border-top: 2px dotted #dddddd;
}
.questionPage .floor_5 .list .item:first-child {
  border-top: 0;
}
.questionPage .floor_5 .list .item a {
  display: block;
  padding: 22px 10px 22px 68px;
  position: relative;
}
.questionPage .floor_5 .list .item a s {
  width: 6px;
  height: 6px;
  display: block;
  margin-right: 10px;
  background: #23a5d9;
  position: absolute;
  border-radius: 100%;
  left: 52px;
  top: 36px;
  transition: all ease 300ms;
}
.questionPage .floor_5 .list .item a .num {
  width: 29px;
  height: 52px;
  padding: 20px 0 0 5px;
  position: absolute;
  left: 0;
  top: 27px;
  background: url(../images/qnews-libg.png) no-repeat 0 center;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
.questionPage .floor_5 .list .item a h3 {
  font-weight: bold;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 6px;
  transition: all ease 300ms;
}
.questionPage .floor_5 .list .item a .txt {
  line-height: 24px;
  color: #666666;
  height: 48px;
  overflow: hidden;
}
.questionPage .floor_5 .list .item:hover a h3 {
  color: #23d9bd;
}
.questionPage .floor_5 .list .item:hover a s {
  background-color: #23d9bd;
}
.questionPage .floor_5 .list .item:hover a .num {
  background-position: -52px center;
}
.questionPage .floor_6 {
  padding: 0 0 80px;
  overflow: hidden;
}
.questionPage .floor_6 .indexTit {
  padding: 75px 0 20px;
}
.questionPage .floor_6 .list {
  padding-bottom: 60px;
  width: 113%;
}
.questionPage .floor_6 .item {
  width: 260px;
  float: left;
  margin-left: 10px;
  height: 355px;
  background: #f3f3f3;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: all ease 300ms;
}
.questionPage .floor_6 .item:first-child {
  margin-left: 0;
}
.questionPage .floor_6 .item a {
  padding: 70px 28px 0;
  position: relative;
  display: block;
  height: 285px;
}
.questionPage .floor_6 .item .num {
  width: 45px;
  height: 55px;
  display: block;
  position: absolute;
  right: 20px;
  top: 26px;
  background: url(../images/q_num-ico.png) no-repeat 10px top;
}
.questionPage .floor_6 .item h3 {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #666;
  border-bottom: 1px dotted #999999;
}
.questionPage .floor_6 .item h3 s {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-position: -154px -33px;
}
.questionPage .floor_6 .item .txt {
  line-height: 24px;
  height: 72px;
  color: #999;
  overflow: hidden;
}
.questionPage .floor_6 .item .more {
  width: 123px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  left: 28px;
  bottom: 48px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #999999;
  color: #999;
  font-size: 14px;
  display: block;
  border-radius: 3px;
}
.questionPage .floor_6 .item .more s {
  width: 12px;
  height: 18px;
  margin-left: 16px;
  background-position: -189px -34px;
}
.questionPage .floor_6 .item.a2 .num {
  background-position: -74px top;
}
.questionPage .floor_6 .item.a3 .num {
  background-position: -155px top;
}
.questionPage .floor_6 .item.a4 .num {
  background-position: -238px top;
}
.questionPage .floor_6 .item.hover {
  width: 390px;
  background: url(../images/q_f6-libg.png) no-repeat center top;
}
.questionPage .floor_6 .item.hover h3 {
  border-color: #fff;
  color: #fff;
}
.questionPage .floor_6 .item.hover h3 s {
  background-position: -167px -33px;
}
.questionPage .floor_6 .item.hover .txt {
  height: 96px;
  color: #fff;
}
.questionPage .floor_6 .item.hover .more {
  border-color: #fff;
  color: #fff;
}
.qalist {
  width: 105%;
  position: relative;
  padding-bottom: 30px;
}
.qalist .item {
  width: 405px;
  height: 178px;
  float: left;
  padding: 10px 130px 0 45px;
  background: #f7f7f7;
  margin: 0 40px 40px 0;
  transition: all ease 300ms;
}
.qalist .item a {
  width: 100%;
  display: block;
}
.qalist .item h3 {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  color: #666;
}
.qalist .item h3 s {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-right: 10px;
  background: #23a5d9;
}
.qalist .item .txt {
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  color: #666;
}
.qalist .item:hover {
  background: #23a5d9;
}
.qalist .item:hover h3 {
  color: #fff;
  border-color: #fff;
}
.qalist .item:hover h3 s {
  background-color: #fff;
}
.qalist .item:hover .txt {
  color: #fff;
}
/**************
 *  Animations for content elements
 * **********/
/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}
.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.delay2300 {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}
.delay2500 {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.delay2700 {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}
.delay2900 {
  -webkit-animation-delay: 2900ms;
  animation-delay: 2900ms;
}
.delay3000 {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
.delay4000 {
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}
.delay4500 {
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
}
.delay5000 {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}
.onactive .animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .animated.fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.onactive .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .flyInUp {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.onactive .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.onactive .opacityI {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes opacityI {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.onactive .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateY(6px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateY(6px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -ms-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -ms-transform: translateY(6px);
  }
  100% {
    -ms-transform: translateY(0);
  }
}
.onactive .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}
.online-zx {
  width: 0;
  background: #202020;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  position: fixed;
  left: 0;
  bottom: 200px;
  color: #fff;
}
.online-zx s {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/zx-ico.png) no-repeat 8px center;
}
.online-zx a {
  width: 100%;
  height: 50px;
  display: block;
  color: #fff;
}
.online-zx.show {
  width: 0;
  background: #d3ad89;
  width: 98px;
}
.online-zx.show s {
  background-position: -35px center;
}
.BMap_bubble_content {
  line-height: 20px;
}
</pre></body></html>